From c7ab705bdb93e3a57f925d8e03dcdf2b2c569020 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 9 Mar 2008 17:14:18 +0000 Subject: [PATCH] config.h.in: Check in right version. --- config.h.in | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/config.h.in b/config.h.in index ce0fe28b2..ff1bfe607 100644 --- a/config.h.in +++ b/config.h.in @@ -9,9 +9,6 @@ /* 1 to enable all the filters. */ #undef FILTERS_ENABLED -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - /* Defined if you have libexpat */ #undef HAVE_LIBEXPAT @@ -24,45 +21,21 @@ /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP /* Define to 1 if you have the `sleep' function. */ #undef HAVE_SLEEP -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - /* Define if we have va_copy */ #undef HAVE_VA_COPY -/* Define as 1 if your va_list type is an array */ -#undef HAVE_VA_LIST_AS_ARRAY - /* Define if we have __va_copy */ #undef HAVE___VA_COPY +/* Define as 1 if your va_list type is an array */ +#undef HAVE_VA_LIST_AS_ARRAY + /* 1 to enable as many formats as possible */ #undef MAXIMAL_ENABLED @@ -90,9 +63,6 @@ /* 1 to enable shapefile support */ #undef SHAPELIB_ENABLED -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN -- 2.30.2